home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / data / fapx / libsea.sed < prev    next >
Text File  |  1994-11-16  |  248b  |  15 lines

  1. /^--.*--$/h
  2. /^[ 0-9][ 0-9][ 0-9][0-9]/{
  3.   x
  4.   /^$/b SKIP
  5.   y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/
  6.   s/LIB\\LIB/LIB/g
  7.   s/^-- .*\\\(F.*\)\\LIB\([0-9][0-9]\)\..* --$/\nFORUM:\1 LIB:\2/
  8.   p
  9.   s/.*//
  10.   :SKIP
  11.   x
  12.   p
  13. }
  14. d
  15.